home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / pascal / hotmod.com / HOTMOD.DOC < prev    next >
Encoding:
Text File  |  1991-03-19  |  4.3 KB  |  96 lines

  1. HOTMOD is a program that allows you to reassign the hot keys in the Integrated
  2. Development Environment of Turbo Pascal 6.0.
  3.  
  4. To use HOTMOD:
  5.  
  6. 1.  Compile the program to disk to create HOTMOD.EXE.  (You can compile to
  7.     memory if you really want to.  Just remember that any hot key changes you
  8.     make while in the IDE will not take effect until you exit to DOS and
  9.     execute the modified TURBO.EXE.)
  10.  
  11. 2.  Run HOTMOD in the same directory that contains your TURBO.EXE.
  12.  
  13. 3.  HOTMOD displays a menu showing all hot key commands and their current
  14.     key assignments.
  15.  
  16. 4.  Using the cursor arrow keys, move the cursor to the hot key that you want
  17.     to modify.
  18.  
  19. 5.  Press the key that you want to use as the new hot key for the selected
  20.     command.  The name of the new key will appear in place of the old
  21.     assignment.  Only keys that return extended key codes are allowed.  These
  22.     are listed in Appendix B, Table B.2 of the Turbo Pascal 6.0. Programmer's
  23.     Guide.  If you press an invalid key, the program will beep.
  24.  
  25.     If you prefer, you can disable a hot key by pressing Ctrl-@.  Once a
  26.     hot key has been disabled, that key is then available to be assigned
  27.     to an editor function or macro by using Borland's TEMC program.
  28.  
  29. 6.  Repeat steps 4 and 5 until you have made all desired changes.  When you
  30.     are finished, press the Esc key.  If you have made any changes, HOTMOD
  31.     displays the message
  32.  
  33.        Save changes to TURBO.EXE (Y/N) ?
  34.  
  35.     Type 'Y' if you want to save the changes, or 'N' if you want to ignore
  36.     them.
  37.  
  38. HOTMOD attempts to change the hot key helps in the menus and on the status
  39. line for any hot key you change.  This only works if the name of the new key
  40. fits into the same number of characters as the old key.  For example "Alt-F10"
  41. would fit into the space formerly used by "Ctrl-F1", but "Shift-F10" would not.
  42. If the new key name does not fit, or the hot key function is disabled, HOTMOD
  43. will substitute asterisks in place of the old key name.
  44.  
  45. If you have any comments, suggestions, or bug fixes for this program, please
  46. contact Ron Schuster [76666,2322].
  47.  
  48.  
  49.  
  50.          ----------------end-of-author's-documentation---------------
  51.  
  52.                          Software Library Information:
  53.  
  54.                     This disk copy provided as a service of
  55.  
  56.                            Public (software) Library
  57.  
  58.          We are not the authors of this program, nor are we associated
  59.          with the author in any way other than as a distributor of the
  60.          program in accordance with the author's terms of distribution.
  61.  
  62.          Please direct shareware payments and specific questions about
  63.          this program to the author of the program, whose name appears
  64.          elsewhere in  this documentation. If you have trouble getting
  65.          in touch with the author,  we will do whatever we can to help
  66.          you with your questions. All programs have been tested and do
  67.          run.  To report problems,  please use the form that is in the
  68.          file PROBLEM.DOC on many of our disks or in other written for-
  69.          mat with screen printouts, if possible.  PsL cannot debug pro-
  70.          programs over the telephone, though we can answer questions.
  71.  
  72.          Disks in the PsL are updated  monthly,  so if you did not get
  73.          this disk directly from the PsL, you should be aware that the
  74.          files in this set may no longer be the current versions. Also,
  75.          if you got this disk from another vendor and are having prob-
  76.          lems,  be aware that  some files may have become corrupted or
  77.          lost by that vendor. Get a current, working disk from PsL.
  78.  
  79.          For a copy of the latest monthly software library newsletter
  80.          and a list of the 3,000+ disks in the library, call or write
  81.  
  82.                            Public (software) Library
  83.                                P.O.Box 35705 - F
  84.                             Houston, TX 77235-5705
  85.  
  86.                                 1-800-2424-PSL
  87.                              MC/Visa/AmEx/Discover
  88.  
  89.                           Outside of U.S. or in Texas
  90.                           or for general information,
  91.                               Call 1-713-524-6394
  92.  
  93.                           PsL also has an outstanding
  94.                           catalog for the Macintosh.
  95.  
  96.